;Here is some GLPRO script that demonstrates just a fraction of GLPRO's features.
;Press the F10 key now to run this simple example of some GLPRO commands in action.
windowSIZE 640 480 8 ;use a display window of 640x480 resolution, 8-bit color (256 colors)
drawCLEAR blue ;clear the screen to blue
color white ;set the drawing color to white
fontSTYLE anti bold ;use a bold and anti-aliased font style
fontDEFINE sample "Arial" 22 ;define a font called sample, which is Arial, point size 22
font sample ;tell GLPRO to use that font for all subsequent text commands
text 20 20 "Welcome to GLPRO"
text 20 50 "the world's most powerful multimedia language!"
drawLINE 20 90 600 90 ;draw a line from 20,90 to 600,90
color yellow ;set drawing color to white
drawREGION 20 100 600 470 ;make all display fit into a 20,100 by 600,400 pixel window
text 20 110 "GLPRO features over 650 commands for complete flexibility and power!"
text 20 180 "To see a detailed GLPRO sample project demonstrating many of GLPRO's very powerful features, download PROJECT.EXE from the GLPRO web site at www.GLPRO.com"
color white ;set the drawing color to white
text 20 310 "Since way back in 1983, GLPRO technology has been used worldwide by multimedia professionals to develop highly advanced, reliable and low-overhead commercial applications - why not join us!"